home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Hyper / Hy-Hyperi / HyperFinder 4.0.sit / HF Help 4.0 / background_11092.txt < prev    next >
Encoding:
Text File  |  1989-11-16  |  2.1 KB  |  98 lines

  1. -- background: 11092 from stack: in.0
  2. -- bmap block id: 3317
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: HyperFinder
  6.  
  7.  
  8. -- part 42 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=100 top=168 right=185 bottom=365
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Rame
  20.  
  21.  
  22. -- part 43 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=99 top=187 right=204 bottom=382
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Address
  34.  
  35.  
  36. -- part 44 (field)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=99 top=210 right=227 bottom=209
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 2
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: City
  48.  
  49.  
  50. -- part 45 (field)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=254 top=210 right=228 bottom=326
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 2
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: State
  62.  
  63.  
  64. -- part 46 (field)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=369 top=209 right=226 bottom=460
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 2
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Zip
  76.  
  77.  
  78. -- part 48 (field)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=29 top=304 right=321 bottom=486
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 3
  86. -- text size: 14
  87. -- style flags: 0
  88. -- line height: 18
  89. -- part name: paths
  90. ----- HyperTalk script -----
  91. on closeField
  92.   global stacks,applications,documents
  93.   put field "paths" of card "stacks" into stacks
  94.   put field "paths" of card "applications" into applications
  95.   put field "paths" of card "documents" into documents
  96. end closeField
  97.  
  98.